<string>Mark the checkbox to only copy changes on the hard disk from the moment of the last copy operation. The program will perform comparison between a previous copy of the hard disk and its current state. Only sectors that are different will be updated, thus considerably decreasing the amount of data to write.</string>
</property>
</widget>
<spacer row="5" column="1">
<property name="name">
<cstring>spacer10_3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>21</width>
<height>16</height>
</size>
</property>
</spacer>
<widget class="QCheckBox" row="5" column="2">
<property name="name">
<cstring>chkCopyAllSectors</cstring>
</property>
<property name="focusPolicy">
<enum>StrongFocus</enum>
</property>
<property name="text">
<string>Copy all sectors, one to one</string>
</property>
<property name="whatsThis" stdset="0">
<string>Mark the checkbox to copy the hard disk in the <i>sector-by-sector</i> mode, thus ignoring its information structure (e.g. unallocated space or unused sectors of existing partitions will be processed as well). This can help to avoid problems with hidden data created by certain applications or the system administrator. However, it will take more time to accomplish the operation.</string>
</property>
</widget>
<spacer row="8" column="1">
<property name="name">
<cstring>spacer10_2_2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>21</width>
<height>16</height>
</size>
</property>
</spacer>
<widget class="QCheckBox" row="8" column="2">
<property name="name">
<cstring>chkRemoveFreeBlocks</cstring>
</property>
<property name="focusPolicy">
<enum>StrongFocus</enum>
</property>
<property name="text">
<string>Remove free blocks between partitions</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="whatsThis" stdset="0">
<string>Mark the checkbox to remove blocks of the unallocated space between partitions (if any) on the target hard disk, thus grouping partitions one after another. All the resulted unallocated space will be combined into one block at the end of the disk.</string>
</property>
</widget>
<widget class="QCheckBox" row="9" column="2">
<property name="name">
<cstring>chkResizeProportionally</cstring>
</property>
<property name="focusPolicy">
<enum>StrongFocus</enum>
</property>
<property name="text">
<string>Copy data and resize partitions proportionally</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
<string>Mark the checkbox to proportionally change the size of partitions while keeping their relative order intact. This can be very convenient when migrating to a larger hard disk.</string>